- mrb_alias_method
void mrb_alias_method(mrb_state* mrb, RClass* c, mrb_sym a, mrb_sym b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_class
RClass* mrb_class(mrb_state* mrb, mrb_value v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_class_outer_module
RClass* mrb_class_outer_module(mrb_state* , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_class_real
RClass* mrb_class_real(RClass* cl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_define_class_id
RClass* mrb_define_class_id(mrb_state* , mrb_sym , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_define_method_id
void mrb_define_method_id(mrb_state* mrb, RClass* c, mrb_sym mid, mrb_func_t func, mrb_aspec aspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_define_method_raw
void mrb_define_method_raw(mrb_state* , RClass* , mrb_sym , RProc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_define_method_vm
void mrb_define_method_vm(mrb_state* , RClass* , mrb_sym , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_define_module_id
RClass* mrb_define_module_id(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_free_mt
void mrb_gc_free_mt(mrb_state* , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_mark_mt
void mrb_gc_mark_mt(mrb_state* , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_mark_mt_size
size_t mrb_gc_mark_mt_size(mrb_state* , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_method_search
RProc* mrb_method_search(mrb_state* , RClass* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_method_search_vm
RProc* mrb_method_search_vm(mrb_state* , RClass** , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_define_class
RClass* mrb_vm_define_class(mrb_state* , mrb_value , mrb_value , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_define_module
RClass* mrb_vm_define_module(mrb_state* , mrb_value , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.